home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 85 / CD-ROM 85 / CD-ROM 85.iso / util / treecomp / _SETUP.1 / TreeComp.exe / 0 / RCDATA / TOPTIONSFORM / TOPTIONSFORM.txt
Encoding:
Text File  |  2001-02-01  |  10.4 KB  |  494 lines

  1. object OptionsForm: TOptionsForm
  2.   Left = 218
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Options'
  6.   ClientHeight = 488
  7.   ClientWidth = 656
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 561
  24.     Height = 473
  25.     Shape = bsFrame
  26.   end
  27.   object Label1: TLabel
  28.     Left = 56
  29.     Top = 26
  30.     Width = 35
  31.     Height = 16
  32.     Caption = 'Editor'
  33.     Font.Charset = DEFAULT_CHARSET
  34.     Font.Color = clWindowText
  35.     Font.Height = -13
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = []
  38.     ParentFont = False
  39.   end
  40.   object Label2: TLabel
  41.     Left = 53
  42.     Top = 62
  43.     Width = 40
  44.     Height = 16
  45.     Caption = 'Windiff'
  46.     Font.Charset = DEFAULT_CHARSET
  47.     Font.Color = clWindowText
  48.     Font.Height = -13
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     ParentFont = False
  52.   end
  53.   object Label3: TLabel
  54.     Left = 48
  55.     Top = 97
  56.     Width = 50
  57.     Height = 16
  58.     Caption = 'Explorer'
  59.     Font.Charset = DEFAULT_CHARSET
  60.     Font.Color = clWindowText
  61.     Font.Height = -13
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = []
  64.     ParentFont = False
  65.   end
  66.   object Label4: TLabel
  67.     Left = 28
  68.     Top = 124
  69.     Width = 91
  70.     Height = 32
  71.     Caption = 'Explorer Command-Line'
  72.     Font.Charset = DEFAULT_CHARSET
  73.     Font.Color = clWindowText
  74.     Font.Height = -13
  75.     Font.Name = 'MS Sans Serif'
  76.     Font.Style = []
  77.     ParentFont = False
  78.     WordWrap = True
  79.   end
  80.   object LabelInitials: TLabel
  81.     Left = 290
  82.     Top = 446
  83.     Width = 37
  84.     Height = 16
  85.     Caption = 'Initials'
  86.     Font.Charset = DEFAULT_CHARSET
  87.     Font.Color = clWindowText
  88.     Font.Height = -13
  89.     Font.Name = 'MS Sans Serif'
  90.     Font.Style = []
  91.     ParentFont = False
  92.     Visible = False
  93.     WordWrap = True
  94.   end
  95.   object Label9: TLabel
  96.     Left = 26
  97.     Top = 284
  98.     Width = 154
  99.     Height = 16
  100.     Caption = 'Files are '#39'old'#39', if older than'
  101.     Font.Charset = DEFAULT_CHARSET
  102.     Font.Color = clWindowText
  103.     Font.Height = -13
  104.     Font.Name = 'MS Sans Serif'
  105.     Font.Style = []
  106.     ParentFont = False
  107.   end
  108.   object Label10: TLabel
  109.     Left = 530
  110.     Top = 284
  111.     Width = 30
  112.     Height = 16
  113.     Caption = 'days'
  114.     Font.Charset = DEFAULT_CHARSET
  115.     Font.Color = clWindowText
  116.     Font.Height = -13
  117.     Font.Name = 'MS Sans Serif'
  118.     Font.Style = []
  119.     ParentFont = False
  120.     WordWrap = True
  121.   end
  122.   object Label11: TLabel
  123.     Left = 33
  124.     Top = 166
  125.     Width = 81
  126.     Height = 16
  127.     Caption = 'Proxy for FTP'
  128.     Font.Charset = DEFAULT_CHARSET
  129.     Font.Color = clWindowText
  130.     Font.Height = -13
  131.     Font.Name = 'MS Sans Serif'
  132.     Font.Style = []
  133.     ParentFont = False
  134.     WordWrap = True
  135.   end
  136.   object Edit1: TEdit
  137.     Left = 136
  138.     Top = 24
  139.     Width = 425
  140.     Height = 24
  141.     Font.Charset = DEFAULT_CHARSET
  142.     Font.Color = clWindowText
  143.     Font.Height = -13
  144.     Font.Name = 'MS Sans Serif'
  145.     Font.Style = []
  146.     ParentFont = False
  147.     TabOrder = 0
  148.     Text = 'Edit1'
  149.     OnChange = Edit1Change
  150.     OnExit = Edit1Exit
  151.     OnKeyPress = Edit1KeyPress
  152.   end
  153.   object Edit2: TEdit
  154.     Left = 136
  155.     Top = 59
  156.     Width = 425
  157.     Height = 24
  158.     Font.Charset = DEFAULT_CHARSET
  159.     Font.Color = clWindowText
  160.     Font.Height = -13
  161.     Font.Name = 'MS Sans Serif'
  162.     Font.Style = []
  163.     ParentFont = False
  164.     TabOrder = 2
  165.     Text = 'Edit2'
  166.     OnChange = Edit2Change
  167.     OnExit = Edit2Exit
  168.     OnKeyPress = Edit2KeyPress
  169.   end
  170.   object Button1: TButton
  171.     Left = 539
  172.     Top = 26
  173.     Width = 21
  174.     Height = 21
  175.     Caption = '...'
  176.     Font.Charset = DEFAULT_CHARSET
  177.     Font.Color = clWindowText
  178.     Font.Height = -13
  179.     Font.Name = 'MS Sans Serif'
  180.     Font.Style = []
  181.     ParentFont = False
  182.     TabOrder = 1
  183.     OnClick = Button1Click
  184.   end
  185.   object Button2: TButton
  186.     Left = 539
  187.     Top = 61
  188.     Width = 21
  189.     Height = 21
  190.     Caption = '...'
  191.     Font.Charset = DEFAULT_CHARSET
  192.     Font.Color = clWindowText
  193.     Font.Height = -13
  194.     Font.Name = 'MS Sans Serif'
  195.     Font.Style = []
  196.     ParentFont = False
  197.     TabOrder = 3
  198.     OnClick = Button2Click
  199.   end
  200.   object cbDaylightSavingDiff: TCheckBox
  201.     Left = 16
  202.     Top = 400
  203.     Width = 270
  204.     Height = 17
  205.     Caption = 'Filter Daylight Saving Time Differences'
  206.     Font.Charset = DEFAULT_CHARSET
  207.     Font.Color = clWindowText
  208.     Font.Height = -13
  209.     Font.Name = 'MS Sans Serif'
  210.     Font.Style = []
  211.     ParentFont = False
  212.     TabOrder = 11
  213.   end
  214.   object Edit3: TEdit
  215.     Left = 136
  216.     Top = 94
  217.     Width = 425
  218.     Height = 24
  219.     Font.Charset = DEFAULT_CHARSET
  220.     Font.Color = clWindowText
  221.     Font.Height = -13
  222.     Font.Name = 'MS Sans Serif'
  223.     Font.Style = []
  224.     ParentFont = False
  225.     TabOrder = 4
  226.     Text = 'Edit3'
  227.     OnChange = Edit3Change
  228.     OnExit = Edit3Exit
  229.     OnKeyPress = Edit3KeyPress
  230.   end
  231.   object BitBtn1: TBitBtn
  232.     Left = 576
  233.     Top = 8
  234.     Width = 75
  235.     Height = 25
  236.     TabOrder = 17
  237.     Kind = bkOK
  238.   end
  239.   object BitBtn2: TBitBtn
  240.     Left = 576
  241.     Top = 40
  242.     Width = 75
  243.     Height = 25
  244.     TabOrder = 18
  245.     Kind = bkCancel
  246.   end
  247.   object Button3: TButton
  248.     Left = 539
  249.     Top = 96
  250.     Width = 21
  251.     Height = 21
  252.     Caption = '...'
  253.     Font.Charset = DEFAULT_CHARSET
  254.     Font.Color = clWindowText
  255.     Font.Height = -13
  256.     Font.Name = 'MS Sans Serif'
  257.     Font.Style = []
  258.     ParentFont = False
  259.     TabOrder = 5
  260.     OnClick = Button3Click
  261.   end
  262.   object Edit4: TEdit
  263.     Left = 136
  264.     Top = 130
  265.     Width = 425
  266.     Height = 24
  267.     Font.Charset = DEFAULT_CHARSET
  268.     Font.Color = clWindowText
  269.     Font.Height = -13
  270.     Font.Name = 'MS Sans Serif'
  271.     Font.Style = []
  272.     ParentFont = False
  273.     TabOrder = 6
  274.   end
  275.   object btnAdvanced: TButton
  276.     Left = 576
  277.     Top = 456
  278.     Width = 75
  279.     Height = 25
  280.     Caption = 'Advanced...'
  281.     TabOrder = 19
  282.     OnClick = btnAdvancedClick
  283.   end
  284.   object cbIgnoreTargetAttributes: TCheckBox
  285.     Left = 292
  286.     Top = 400
  287.     Width = 270
  288.     Height = 17
  289.     Caption = 'Ignore Attributes of Target File'
  290.     Font.Charset = DEFAULT_CHARSET
  291.     Font.Color = clWindowText
  292.     Font.Height = -13
  293.     Font.Name = 'MS Sans Serif'
  294.     Font.Style = []
  295.     ParentFont = False
  296.     TabOrder = 12
  297.   end
  298.   object cbDateFormat: TCheckBox
  299.     Left = 16
  300.     Top = 424
  301.     Width = 270
  302.     Height = 17
  303.     Caption = 'Display Date in yyyymmdd Format'
  304.     Font.Charset = DEFAULT_CHARSET
  305.     Font.Color = clWindowText
  306.     Font.Height = -13
  307.     Font.Name = 'MS Sans Serif'
  308.     Font.Style = []
  309.     ParentFont = False
  310.     TabOrder = 13
  311.   end
  312.   object cbSendToRecycleBin: TCheckBox
  313.     Left = 292
  314.     Top = 424
  315.     Width = 270
  316.     Height = 17
  317.     Caption = 'Move Local Files to Delete to Recycle Bin'
  318.     Font.Charset = DEFAULT_CHARSET
  319.     Font.Color = clWindowText
  320.     Font.Height = -13
  321.     Font.Name = 'MS Sans Serif'
  322.     Font.Style = []
  323.     ParentFont = False
  324.     TabOrder = 14
  325.   end
  326.   object cbShowConfirmationDialog: TCheckBox
  327.     Left = 16
  328.     Top = 448
  329.     Width = 270
  330.     Height = 17
  331.     Caption = 'Show Confirmation Dialog'
  332.     Font.Charset = DEFAULT_CHARSET
  333.     Font.Color = clWindowText
  334.     Font.Height = -13
  335.     Font.Name = 'MS Sans Serif'
  336.     Font.Style = []
  337.     ParentFont = False
  338.     TabOrder = 15
  339.   end
  340.   object GroupBox1: TGroupBox
  341.     Left = 16
  342.     Top = 192
  343.     Width = 545
  344.     Height = 81
  345.     Caption = 'Filter out - Matching items are not displayed'
  346.     TabOrder = 8
  347.     object Label5: TLabel
  348.       Left = 27
  349.       Top = 25
  350.       Width = 61
  351.       Height = 16
  352.       Caption = 'File Filters'
  353.       Font.Charset = DEFAULT_CHARSET
  354.       Font.Color = clWindowText
  355.       Font.Height = -13
  356.       Font.Name = 'MS Sans Serif'
  357.       Font.Style = []
  358.       ParentFont = False
  359.     end
  360.     object Label6: TLabel
  361.       Left = 11
  362.       Top = 57
  363.       Width = 93
  364.       Height = 16
  365.       Caption = 'Directory Filters'
  366.       Font.Charset = DEFAULT_CHARSET
  367.       Font.Color = clWindowText
  368.       Font.Height = -13
  369.       Font.Name = 'MS Sans Serif'
  370.       Font.Style = []
  371.       ParentFont = False
  372.     end
  373.     object ComboBox1: TComboBox
  374.       Left = 120
  375.       Top = 20
  376.       Width = 417
  377.       Height = 21
  378.       ItemHeight = 13
  379.       TabOrder = 0
  380.       Text = 'ComboBox1'
  381.     end
  382.     object ComboBox2: TComboBox
  383.       Left = 120
  384.       Top = 52
  385.       Width = 417
  386.       Height = 21
  387.       ItemHeight = 13
  388.       TabOrder = 1
  389.       Text = 'ComboBox2'
  390.     end
  391.   end
  392.   object GroupBox2: TGroupBox
  393.     Left = 16
  394.     Top = 312
  395.     Width = 545
  396.     Height = 81
  397.     Caption = 'Filter in - Only matching items are displayed'
  398.     TabOrder = 10
  399.     object Label7: TLabel
  400.       Left = 27
  401.       Top = 25
  402.       Width = 61
  403.       Height = 16
  404.       Caption = 'File Filters'
  405.       Font.Charset = DEFAULT_CHARSET
  406.       Font.Color = clWindowText
  407.       Font.Height = -13
  408.       Font.Name = 'MS Sans Serif'
  409.       Font.Style = []
  410.       ParentFont = False
  411.     end
  412.     object Label8: TLabel
  413.       Left = 11
  414.       Top = 57
  415.       Width = 93
  416.       Height = 16
  417.       Caption = 'Directory Filters'
  418.       Font.Charset = DEFAULT_CHARSET
  419.       Font.Color = clWindowText
  420.       Font.Height = -13
  421.       Font.Name = 'MS Sans Serif'
  422.       Font.Style = []
  423.       ParentFont = False
  424.     end
  425.     object ComboBox3: TComboBox
  426.       Left = 120
  427.       Top = 20
  428.       Width = 417
  429.       Height = 21
  430.       ItemHeight = 13
  431.       TabOrder = 0
  432.       Text = 'ComboBox3'
  433.     end
  434.     object ComboBox4: TComboBox
  435.       Left = 120
  436.       Top = 52
  437.       Width = 417
  438.       Height = 21
  439.       ItemHeight = 13
  440.       TabOrder = 1
  441.       Text = 'ComboBox4'
  442.     end
  443.   end
  444.   object EditInitials: TEdit
  445.     Left = 352
  446.     Top = 442
  447.     Width = 177
  448.     Height = 24
  449.     Font.Charset = DEFAULT_CHARSET
  450.     Font.Color = clWindowText
  451.     Font.Height = -13
  452.     Font.Name = 'MS Sans Serif'
  453.     Font.Style = []
  454.     ParentFont = False
  455.     TabOrder = 16
  456.     Visible = False
  457.   end
  458.   object Edit5: TEdit
  459.     Left = 192
  460.     Top = 282
  461.     Width = 329
  462.     Height = 24
  463.     Font.Charset = DEFAULT_CHARSET
  464.     Font.Color = clWindowText
  465.     Font.Height = -13
  466.     Font.Name = 'MS Sans Serif'
  467.     Font.Style = []
  468.     ParentFont = False
  469.     TabOrder = 9
  470.     OnChange = Edit5Change
  471.     OnExit = Edit5Exit
  472.     OnKeyPress = Edit5KeyPress
  473.   end
  474.   object Edit6: TEdit
  475.     Left = 136
  476.     Top = 162
  477.     Width = 425
  478.     Height = 24
  479.     Font.Charset = DEFAULT_CHARSET
  480.     Font.Color = clWindowText
  481.     Font.Height = -13
  482.     Font.Name = 'MS Sans Serif'
  483.     Font.Style = []
  484.     ParentFont = False
  485.     TabOrder = 7
  486.   end
  487.   object OpenDialog1: TOpenDialog
  488.     Filter = 'Program Files|*.exe;*.bat'
  489.     Options = [ofHideReadOnly, ofNoChangeDir]
  490.     Left = 624
  491.     Top = 72
  492.   end
  493. end
  494.